object Form1: TForm1 Left = 200 Top = 113 Width = 435 Height = 300 Caption = 'Zensur 2' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 32 Top = 16 Width = 361 Height = 33 Alignment = taCenter AutoSize = False Caption = 'Gib Deine Punkte (0 bis 100) ein:' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -23 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Button1: TButton Left = 136 Top = 168 Width = 137 Height = 64 Caption = 'OK' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -23 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Edit1: TEdit Left = 136 Top = 79 Width = 137 Height = 75 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -60 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 end end